Package com.cisco.pt.ipc.sim
Interface L2NatTable
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
L2NatTableImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetInsideEgress(List<L2NatEntry> insideEgress) voidsetOutsideEgress(List<L2NatEntry> outsideEgress)
-
Method Details
-
getInsideEgress
List<L2NatEntry> getInsideEgress()- Returns:
- List<L2NatEntry> Returns a List<L2NatEntry>
-
setInsideEgress
- Parameters:
insideEgress- Takes in a parameter of insideEgress
-
getOutsideEgress
List<L2NatEntry> getOutsideEgress()- Returns:
- List<L2NatEntry> Returns a List<L2NatEntry>
-
setOutsideEgress
- Parameters:
outsideEgress- Takes in a parameter of outsideEgress
-